home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- set pressedBtn to hBtnToggle(15, 41, 46)
- if pressedBtn = 1 then
- sound stop 1
- set the volume of sound 2 to 130
- puppetSound("HELP")
- updateStage()
- repeat while soundBusy(1)
- if the mouseDown then
- exit repeat
- end if
- end repeat
- puppetSound(0)
- set the volume of sound 2 to 255
- end if
- end
-